Click or drag to resize
Serialization Methods

The Serialization type exposes the following members.

Methods
  Name Description
Public method Static member DeserializeObject
static function to Deserialize a list from a file on hard disk. list to Deserialize.File path. this function return type is bool. cref="system.io.filenotfoundexception".
Public method Static member SerializeObject
static function to Serialize a list into a file on hard disk. list to Deserialize.File path. this function return type is bool. cref="system.io.filenotfoundexception" .
Top
See Also